home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / mandelbr.zip / MDL.DOC < prev    next >
Text File  |  1989-04-18  |  3KB  |  60 lines

  1.  
  2.                         MANDELBROT'S SET PLOTTER
  3.  
  4.                             APRIL 15, 1989
  5.  
  6.           With menu selection and mouse drive ( if mouse is available),
  7.         you can plot the Mandelbrot's set in any part of the parameter space
  8.         easily.
  9.  
  10.     System requirement: EGA or VGA adapter.
  11.  
  12.         To run the program by typing
  13.  
  14.         mdl.exe
  15.  
  16.         You will see the menu selection on the screen. the selection
  17.         can be made either with mouse or by keyboard. The menu functions
  18.         are discribed as following:
  19.  
  20.         START --(type s or S) start plotting the graph;
  21.         CLR   --(type c or C) clear the graphic screen;
  22.         GRID  --(type g or G) turn the grid on or off;
  23.         RESET --(type r or R) reset all parameter to default value;
  24.         EXIT  --(type e or E) exit from the program to dos;
  25.         STOP  --(type t or T) stop plotting;
  26.         ZOOM  --(type z or Z) select zooming window;
  27.  
  28.         NUM. OF X --(type x or X) change the horizotal number of points;
  29.                         it should be 400(default) or less.
  30.         NUM. OF Y --(type y or Y) change the vertical number of points;
  31.                         it should be 300(default) or less.
  32.         ITERATION --(type i or I) change the iteration number;
  33.  
  34.         For more reliable reason, when changing these three number, please
  35.         end it with a decimal point.
  36.         Example: if you want change the NUM. OF X from 400 to 200, type in
  37.                 "200.", i.e. using a decimal point to end a integer number.
  38.  
  39.         More words on ZOOM function:
  40.         After you press your mouse at the box marked as ZOOM or type z ,
  41.         move the cursor ( with mouse or by arrow key) to start point (x1,y1),
  42.         and press the button of the mouse(with mouse) or press the ENTER key
  43.         (without mouse) to mark the start position. Then move the cursor to
  44.         ending position (x2,y2)[note: x2>x1 and y2<y1 i.e move at right and
  45.         down direction] and mark it. Finally press CLR or type c to clear
  46.         the screen, and the select START to ploting the graph in the selected
  47.         window.
  48.  
  49.  
  50.         Source file in C ( Quick C ) for both the program and the mouse tool
  51.         utility is available. Please send your feedback and contribution to:
  52.  
  53.  
  54.                                         XIAOWU WANG
  55.                                         Dept. of Physics
  56.                                         4 Washington Place
  57.                                         NY, NY 10003
  58.  
  59.         or E-MAIL       wangxi@acf1.nyu.edu
  60.